-
Notifications
You must be signed in to change notification settings - Fork 10
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|
metric_namespace = "microsoft.Web/sites" | ||
aggregation = "Average" | ||
operator = "GreaterThan" | ||
threshold = 5 # Value is in seconds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kinda curious on why 5 seconds? If it's a good reason, adding a comment could be useful for future selves
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was a number I just picked. It's slightly on the high side but we had some iffy latency spikes in the last week well above that number. We can potentially tweak this value later.
API Response Time
This PR adds an alert if the response time for a given API is above 5 seconds
Issue
#1400